home *** CD-ROM | disk | FTP | other *** search
/ Computer Shopper 235 / Issue 235 - September 2007 - DPCS0907DVD.ISO / Extras / NetObjects Fusion / NOF10.exe / data1.cab / FSI / lib / nof / util / DefaultLocale.js < prev    next >
Encoding:
Text File  |  2007-04-11  |  851 b   |  32 lines

  1. if (!IS.isModuleInitialized("IS.NOF.UTIL.DefaultLocale"))
  2. {    
  3.   /****i* SOURCE_FILE/INFO
  4.     *
  5.     * NAME
  6.     *  DefaultLocale.js
  7.     *
  8.     * USAGE
  9.     *  Part of Netobjects JavaScript Library.
  10.     *
  11.     * COPYRIGHT
  12.     *  Copyright ⌐ 2000-2005 Website Pros, Inc.
  13.     *  All Rights Reserved.
  14.     *
  15.     *  This is an unpublished work protected by Website Pros, Inc.
  16.     *  as a trade secret, and is not to be used or disclosed except as
  17.     *  expressly provided in a written license agreement executed by
  18.     *  you and Website Pros, Inc.
  19.     *
  20.     *      <copyright@websitepros.com>
  21.     *
  22.     * NOTES
  23.     *  JavaScript code.
  24.     *
  25.     *****/
  26.   
  27.   
  28.   /*
  29.   * add DefaultLocale (a NOF.UTIL.Locale instance with system locale) to NOF.UTIL namespace
  30.   */
  31.   NOF.addVariable("UTIL.DefaultLocale", NOF.App.getDefaultLocale());
  32. }